ConversationUniqueUnreadSenders Property |
Contains a list of all the people who have sent messages that are currently unread in this conversation in the current folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<string> UniqueUnreadSenders { get; }Public ReadOnly Property UniqueUnreadSenders As IList(Of String)
Get
Property Value
Type:
IListStringThe unique unread senders.
See Also